'Declaration Public Overloads Sub ReadRowDataUnsafe( _
ByVal rowRow index.As System.Int32, _
ByVal offsetInRowOffset in row.As System.Int32, _
ByVal rowDataThe buffer to read data into.() As Byte, _
ByVal offsetInRowDataThe starting point in the buffer at which to begin reading into the buffer.As System.Int32, _
ByVal lengthLength of data to read.As System.Int32 _
)
public void ReadRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
byte[] rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
public: void ReadRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
byte[]* rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
public:
void ReadRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
array<byte>^ rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
Parameters
- row
- Row index.
- offsetInRow
- Offset in row.
- rowData
- The buffer to read data into.
- offsetInRowData
- The starting point in the buffer at which to begin reading into the buffer.
- length
- Length of data to read.